home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
manual-p
/
man_db-2.000
/
man_db-2
/
man_db-2.3.10
/
lib
/
cleanup.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-13
|
245 b
|
12 lines
#ifndef _CLEANUP_H
#define _CLEANUP_H
typedef void (*cleanup_fun) (void *);
extern void do_cleanups (void);
extern int push_cleanup (cleanup_fun, void *);
extern void pop_cleanup (void);
extern void pop_all_cleanups (void);
#endif _CLEANUP_H